declare namespace temp { let id: string; let name: string; namespace definition { let showViewerNavigation: boolean; let homePageId: string; let pages: { "3f4387dd-09d1-4742-8ff8-741874c5f039": { components: { "151b2ae8-5fb3-4d2b-b597-cae01de26ca4": { component: { properties: { title: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; data: { type: string; displayName: string; validation: { schema: { type: string; element: { type: string; }; optional: boolean; }; }; }; loadingState: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; columns: { type: string; displayName: string; }; rowsPerPage: { type: string; displayName: string; validation: { schema: { type: string; schemas: { type: string; }[]; }; }; }; serverSidePagination: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; enableNextButton: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; enabledSort: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; hideColumnSelectorButton: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; enablePrevButton: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; totalRecords: { type: string; displayName: string; validation: { schema: { type: string; schemas: { type: string; }[]; }; }; }; clientSidePagination: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; serverSideSearch: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; serverSideSort: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; serverSideFilter: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; actionButtonBackgroundColor: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; actionButtonTextColor: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; displaySearchBox: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; showDownloadButton: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; showFilterButton: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; showBulkUpdateActions: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; showBulkSelector: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; highlightSelectedRow: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; }; general: { tooltip: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; }; others: { showOnDesktop: { type: string; displayName: string; }; showOnMobile: { type: string; displayName: string; }; }; events: { onRowHovered: { displayName: string; }; onRowClicked: { displayName: string; }; onBulkUpdate: { displayName: string; }; onPageChanged: { displayName: string; }; onSearch: { displayName: string; }; onCancelChanges: { displayName: string; }; onSort: { displayName: string; }; onCellValueChanged: { displayName: string; }; onFilterChanged: { displayName: string; }; }; styles: { textColor: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; actionButtonRadius: { type: string; displayName: string; validation: { schema: { type: string; schemas: { type: string; }[]; }; }; }; tableType: { type: string; displayName: string; options: { name: string; value: string; }[]; validation: { schema: { type: string; }; }; }; cellSize: { type: string; displayName: string; options: { name: string; value: string; }[]; validation: { schema: { type: string; }; }; }; borderRadius: { type: string; displayName: string; validation: { schema: { type: string; schemas: { type: string; }[]; }; }; }; visibility: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; disabledState: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; }; validate: boolean; generalStyles: { boxShadow: { type: string; displayName: string; }; }; definition: { others: { showOnDesktop: { value: string; }; showOnMobile: { value: string; }; }; events: never[]; styles: { textColor: { value: string; }; actionButtonRadius: { value: string; }; visibility: { value: string; }; disabledState: { value: string; }; cellSize: { value: string; }; borderRadius: { value: string; }; tableType: { value: string; }; }; generalStyles: { boxShadow: { value: string; }; }; properties: { title: { value: string; }; visible: { value: string; }; loadingState: { value: string; }; data: { value: string; }; rowsPerPage: { value: string; }; serverSidePagination: { value: string; }; enableNextButton: { value: string; }; enablePrevButton: { value: string; }; totalRecords: { value: string; }; clientSidePagination: { value: string; }; serverSideSort: { value: string; }; serverSideFilter: { value: string; }; displaySearchBox: { value: string; }; showDownloadButton: { value: string; }; showFilterButton: { value: string; }; autogenerateColumns: { value: boolean; }; columns: { value: { name: string; id: string; autogenerated: boolean; }[]; }; showBulkUpdateActions: { value: string; }; showBulkSelector: { value: string; }; highlightSelectedRow: { value: string; }; columnSizes: { value: string; }; actions: { value: never[]; }; enabledSort: { value: string; }; hideColumnSelectorButton: { value: string; }; }; general: {}; exposedVariables: {}; }; name: string; displayName: string; description: string; component: string; defaultSize: { width: number; height: number; }; exposedVariables: { selectedRow: {}; changeSet: {}; dataUpdates: never[]; pageIndex: number; searchText: string; selectedRows: never[]; filters: never[]; }; actions: ({ handle: string; displayName: string; params: { handle: string; displayName: string; defaultValue: string; }[]; } | { handle: string; displayName: string; params: { handle: string; displayName: string; }[]; } | { handle: string; displayName: string; params?: undefined; })[]; }; layouts: { desktop: { top: number; left: number; width: number; height: number; }; }; withDefaultChildren: boolean; }; "89fdd1eb-ddc8-48ad-b146-b388e2e215a7": { component: { properties: { text: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; loadingState: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; }; general: { tooltip: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; }; others: { showOnDesktop: { type: string; displayName: string; }; showOnMobile: { type: string; displayName: string; }; }; events: { onClick: { displayName: string; }; onHover: { displayName: string; }; }; styles: { backgroundColor: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; textColor: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; loaderColor: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; visibility: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; disabledState: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; borderRadius: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; borderColor: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; }; validate: boolean; generalStyles: { boxShadow: { type: string; displayName: string; }; }; definition: { others: { showOnDesktop: { value: string; }; showOnMobile: { value: string; }; }; events: never[]; styles: { backgroundColor: { value: string; }; textColor: { value: string; }; loaderColor: { value: string; }; visibility: { value: string; }; borderRadius: { value: string; }; borderColor: { value: string; }; disabledState: { value: string; }; }; generalStyles: { boxShadow: { value: string; }; }; properties: { text: { value: string; }; loadingState: { value: string; }; }; general: {}; exposedVariables: {}; }; name: string; displayName: string; description: string; component: string; defaultSize: { width: number; height: number; }; exposedVariables: {}; actions: ({ handle: string; displayName: string; params?: undefined; } | { handle: string; displayName: string; params: { handle: string; displayName: string; defaultValue: string; }[]; } | { handle: string; displayName: string; params: { handle: string; displayName: string; defaultValue: string; type: string; }[]; })[]; }; layouts: { desktop: { top: number; left: number; width: number; height: number; }; }; withDefaultChildren: boolean; }; }; handle: string; name: string; }; }; namespace globalSettings { let hideHeader: boolean; let appInMaintenance: boolean; let canvasMaxWidth: number; let canvasMaxWidthType: string; let canvasMaxHeight: number; let canvasBackgroundColor: string; let backgroundFxQuery: string; } } let appId: string; let createdAt: string; let updatedAt: string; namespace app { let id_1: string; export { id_1 as id }; let name_1: string; export { name_1 as name }; export let slug: string; export let isPublic: boolean; export let isMaintenanceOn: boolean; export let icon: string; export let organizationId: string; export let currentVersionId: string; export let userId: string; let createdAt_1: string; export { createdAt_1 as createdAt }; let updatedAt_1: string; export { updatedAt_1 as updatedAt }; export namespace editingVersion { let id_2: string; export { id_2 as id }; let name_2: string; export { name_2 as name }; export namespace definition_1 { let showViewerNavigation_1: boolean; export { showViewerNavigation_1 as showViewerNavigation }; let homePageId_1: string; export { homePageId_1 as homePageId }; let pages_1: { "3f4387dd-09d1-4742-8ff8-741874c5f039": { components: { "151b2ae8-5fb3-4d2b-b597-cae01de26ca4": { component: { properties: { title: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; data: { type: string; displayName: string; validation: { schema: { type: string; element: { type: string; }; optional: boolean; }; }; }; loadingState: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; columns: { type: string; displayName: string; }; rowsPerPage: { type: string; displayName: string; validation: { schema: { type: string; schemas: { type: string; }[]; }; }; }; serverSidePagination: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; enableNextButton: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; enabledSort: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; hideColumnSelectorButton: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; enablePrevButton: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; totalRecords: { type: string; displayName: string; validation: { schema: { type: string; schemas: { type: string; }[]; }; }; }; clientSidePagination: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; serverSideSearch: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; serverSideSort: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; serverSideFilter: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; actionButtonBackgroundColor: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; actionButtonTextColor: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; displaySearchBox: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; showDownloadButton: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; showFilterButton: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; showBulkUpdateActions: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; showBulkSelector: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; highlightSelectedRow: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; }; general: { tooltip: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; }; others: { showOnDesktop: { type: string; displayName: string; }; showOnMobile: { type: string; displayName: string; }; }; events: { onRowHovered: { displayName: string; }; onRowClicked: { displayName: string; }; onBulkUpdate: { displayName: string; }; onPageChanged: { displayName: string; }; onSearch: { displayName: string; }; onCancelChanges: { displayName: string; }; onSort: { displayName: string; }; onCellValueChanged: { displayName: string; }; onFilterChanged: { displayName: string; }; }; styles: { textColor: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; actionButtonRadius: { type: string; displayName: string; validation: { schema: { type: string; schemas: { type: string; }[]; }; }; }; tableType: { type: string; displayName: string; options: { name: string; value: string; }[]; validation: { schema: { type: string; }; }; }; cellSize: { type: string; displayName: string; options: { name: string; value: string; }[]; validation: { schema: { type: string; }; }; }; borderRadius: { type: string; displayName: string; validation: { schema: { type: string; schemas: { type: string; }[]; }; }; }; visibility: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; disabledState: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; }; validate: boolean; generalStyles: { boxShadow: { type: string; displayName: string; }; }; definition: { others: { showOnDesktop: { value: string; }; showOnMobile: { value: string; }; }; events: never[]; styles: { textColor: { value: string; }; actionButtonRadius: { value: string; }; visibility: { value: string; }; disabledState: { value: string; }; cellSize: { value: string; }; borderRadius: { value: string; }; tableType: { value: string; }; }; generalStyles: { boxShadow: { value: string; }; }; properties: { title: { value: string; }; visible: { value: string; }; loadingState: { value: string; }; data: { value: string; }; rowsPerPage: { value: string; }; serverSidePagination: { value: string; }; enableNextButton: { value: string; }; enablePrevButton: { value: string; }; totalRecords: { value: string; }; clientSidePagination: { value: string; }; serverSideSort: { value: string; }; serverSideFilter: { value: string; }; displaySearchBox: { value: string; }; showDownloadButton: { value: string; }; showFilterButton: { value: string; }; autogenerateColumns: { value: boolean; }; columns: { value: { name: string; id: string; autogenerated: boolean; }[]; }; showBulkUpdateActions: { value: string; }; showBulkSelector: { value: string; }; highlightSelectedRow: { value: string; }; columnSizes: { value: string; }; actions: { value: never[]; }; enabledSort: { value: string; }; hideColumnSelectorButton: { value: string; }; }; general: {}; exposedVariables: {}; }; name: string; displayName: string; description: string; component: string; defaultSize: { width: number; height: number; }; exposedVariables: { selectedRow: {}; changeSet: {}; dataUpdates: never[]; pageIndex: number; searchText: string; selectedRows: never[]; filters: never[]; }; actions: ({ handle: string; displayName: string; params: { handle: string; displayName: string; defaultValue: string; }[]; } | { handle: string; displayName: string; params: { handle: string; displayName: string; }[]; } | { handle: string; displayName: string; params?: undefined; })[]; }; layouts: { desktop: { top: number; left: number; width: number; height: number; }; }; withDefaultChildren: boolean; }; "89fdd1eb-ddc8-48ad-b146-b388e2e215a7": { component: { properties: { text: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; loadingState: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; }; general: { tooltip: { type: string; displayName: string; validation: { schema: { type: string; }; }; }; }; others: { showOnDesktop: { type: string; displayName: string; }; showOnMobile: { type: string; displayName: string; }; }; events: { onClick: { displayName: string; }; onHover: { displayName: string; }; }; styles: { backgroundColor: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; textColor: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; loaderColor: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; visibility: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; disabledState: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; borderRadius: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; borderColor: { type: string; displayName: string; validation: { schema: { type: string; }; defaultValue: boolean; }; }; }; validate: boolean; generalStyles: { boxShadow: { type: string; displayName: string; }; }; definition: { others: { showOnDesktop: { value: string; }; showOnMobile: { value: string; }; }; events: never[]; styles: { backgroundColor: { value: string; }; textColor: { value: string; }; loaderColor: { value: string; }; visibility: { value: string; }; borderRadius: { value: string; }; borderColor: { value: string; }; disabledState: { value: string; }; }; generalStyles: { boxShadow: { value: string; }; }; properties: { text: { value: string; }; loadingState: { value: string; }; }; general: {}; exposedVariables: {}; }; name: string; displayName: string; description: string; component: string; defaultSize: { width: number; height: number; }; exposedVariables: {}; actions: ({ handle: string; displayName: string; params?: undefined; } | { handle: string; displayName: string; params: { handle: string; displayName: string; defaultValue: string; }[]; } | { handle: string; displayName: string; params: { handle: string; displayName: string; defaultValue: string; type: string; }[]; })[]; }; layouts: { desktop: { top: number; left: number; width: number; height: number; }; }; withDefaultChildren: boolean; }; }; handle: string; name: string; }; }; export { pages_1 as pages }; export namespace globalSettings_1 { let hideHeader_1: boolean; export { hideHeader_1 as hideHeader }; let appInMaintenance_1: boolean; export { appInMaintenance_1 as appInMaintenance }; let canvasMaxWidth_1: number; export { canvasMaxWidth_1 as canvasMaxWidth }; let canvasMaxWidthType_1: string; export { canvasMaxWidthType_1 as canvasMaxWidthType }; let canvasMaxHeight_1: number; export { canvasMaxHeight_1 as canvasMaxHeight }; let canvasBackgroundColor_1: string; export { canvasBackgroundColor_1 as canvasBackgroundColor }; let backgroundFxQuery_1: string; export { backgroundFxQuery_1 as backgroundFxQuery }; } export { globalSettings_1 as globalSettings }; } export { definition_1 as definition }; let appId_1: string; export { appId_1 as appId }; let createdAt_2: string; export { createdAt_2 as createdAt }; let updatedAt_2: string; export { updatedAt_2 as updatedAt }; } } let dataQueries: never[]; let data_queries: never[]; }